class coNP
coNP
#complexity_theory
#complexity_theory
Definition
is the set of languages such that there exists a polynomial time algorithm with .
In other words, there is a polynomial-time algorithm to verify "no" instances given an appropriate certificate.
Notes
- It is known that
- It is conjectured that
- compare to NP
- open question if is different from
- coNP-complete: in coNP and every coNP language is polynomial-time Karp reducible to it
- (c.f. NP-complete)